
.banner{width: 100%;height:100%;display: block;}
.dark-green { color: #4c5b52; }
.light-green { color: #00853e; }
.mb-50 { margin-bottom: 50px; }

/*slider*/
.slider { }
.slider .jquery-reslider .slider-block {
  width: 100%; height: 100%;
  position: absolute; z-index: 97; background-position: 50% 50%;  background-size: cover;  opacity: 0;
}
.slider .text{position: absolute;width: 100%; top:40%;}
.sliderwz{color:#ffffff;text-align: center;}
.slider-block .wz1{font-size:2rem;line-height:2.8rem; top:40%;margin:0 auto 1.5rem auto;max-width:500px;color: #6bbefe;}
.slider-block .wz2{font-size:5rem;text-align: center;line-height:5.5rem;width:600px;margin: 5px auto;font-weight: bold;}
.slider-block .wz2 span{color: #6bbefe;font-size:5rem;}
.slider-block .wz3{font-size:1.5rem;text-align: center;width:62%;margin:1rem auto;line-height:40px;}

.slider .jquery-reslider .slider-direction { width: 60px; height: 60px; position: absolute; top: 45%; z-index: 99;  cursor: pointer; opacity:0.3}
.slider .jquery-reslider .slider-direction:hover{opacity:1;}
.slider .jquery-reslider .slider-direction.slider-direction-prev { left:4%;  background: url('../images/prev.png') no-repeat;}
.slider .jquery-reslider .slider-direction.slider-direction-next { right:4%; background: url('../images/next.png') no-repeat}
.slider .jquery-reslider .slider-dots { position: absolute; width: 100%; text-align: center; bottom: 80px;}

.slider .jquery-reslider .slider-dots li {
  width: 15px; height: 15px; border-radius: 100px; display: inline-block;
  margin: 10px; border: 1px solid #6bbefe;  cursor: pointer;
}
.slider .jquery-reslider .slider-dots li.active { background-color: #6bbefe; }

@media screen and (max-width: 768px) {
.slider .jquery-reslider .slider-direction { zoom: .8; }
.slider .jquery-reslider .slider-dots { position: absolute; }
.slider .text{position: absolute;left:5%; top:10%;}
.slider-block .wz1{font-size:26px;margin-top:50%;}
.slider-block .wz2{font-size:8vh;text-align: center;line-height:10vh;width:80%;margin: 5px auto;}
	.slider-block .wz2 span{font-size:8vh;}
.slider-block .wz3{font-size: 16px;line-height:26px;text-align: center;width:70%;margin: 5px auto;}
}
